Vcenter TrustedInfrastructure TrustAuthorityClusters Kms Providers CurrentPeerCertificates Summary

Vcenter TrustedInfrastructure TrustAuthorityClusters Kms Providers CurrentPeerCertificates Summary
Vcenter TrustedInfrastructure TrustAuthorityClusters Kms Providers CurrentPeerCertificates Summary

This schema is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

The Vcenter TrustedInfrastructure TrustAuthorityClusters Kms Providers CurrentPeerCertificates Summary schema contains a summary of the current key server certificates.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "server_name": "string",
    "certificate": "string",
    "error_messages": [
        {
            "id": "string",
            "default_message": "string",
            "args": [
                "string"
            ],
            "params": {
                "params": {
                    "s": "string",
                    "dt": "string",
                    "i": 0,
                    "d": "number",
                    "l": "Vapi Std NestedLocalizableMessage Object",
                    "format": "string",
                    "precision": 0
                }
            },
            "localized": "string"
        }
    ],
    "trusted": false
}
string
server_name
Required

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

Name of the server.

This property was added in vSphere API 7.0.0.0.

string
certificate
Optional

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

Server certificate.

This property was added in vSphere API 7.0.0.0.

If missing or null, the certificate cannot be retrieved from the remote system, and Vcenter TrustedInfrastructure TrustAuthorityClusters Kms Providers CurrentPeerCertificates Summary.trusted is undefined. See Vcenter TrustedInfrastructure TrustAuthorityClusters Kms Providers CurrentPeerCertificates Summary.error_messages for details.

error_messages
Required

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

Server certificate retrieval errors.

Specifies error details when retrieving the remote server certificate fails. This list will be empty when Vcenter TrustedInfrastructure TrustAuthorityClusters Kms Providers CurrentPeerCertificates Summary.certificate is set.

This property was added in vSphere API 7.0.0.0.

boolean
trusted
Required

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

whether server certificate is already trusted .

This property was added in vSphere API 7.0.0.0.

Deprecated